addFiles(string[],Vintasoft.Shared.WebServiceJS) Метод
В этом разделе
Sends an asynchronous request to a server, gets information about images, which are stored in files on server, and adds images to the image collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();
var value; // Type: any
// Parameters
var fileIds; // Type: string[]
var service; // Type: WebServiceJS
value = instance.addFiles(fileIds, service);
function addFiles(
: string[],
: WebServiceJS
) : any;
Parameters
- fileIds
- Массив строк, представляющих идентификаторы файлов.
- service
- WebServiceJS, который позволяет управлять коллекцией изображений.
Смотрите также